ListGroupSuffixPrefixclasslister.t[662]

ListGroupSuffixPrefix is a type of ListGroupSorted to which we can prepend or append custom text, e.g. "keys: "

class ListGroupSuffixPrefix :   ListGroupSorted

Superclass Tree   (in declaration order)

ListGroupSuffixPrefix
        ListGroupSorted
                ListGroup
                        object

Subclass Tree  

(none)

Global Objects  

(none)

Summary of Properties  

groupPrefix  groupSuffix 

Inherited from ListGroup :
listOrder  minGroupSize  priority 

Summary of Methods  

showGroupPrefix  showGroupSuffix  showList 

Inherited from ListGroupSorted :
compareGroupItems  sortList 

Inherited from ListGroup :
showSimpleList 

Properties  

groupPrefixlister.t[668]

The prefix text we want to display before our list of items, if any. This is for game code to define.

groupSuffixlister.t[674]
The suffix text we want to display after our list of items, if any. This is for game code to define.

Methods  

showGroupPrefix (pov, lst)lister.t[681]

Show our group prefix. By default we display a apelled out count of the number of items this group is going to list followed by our prefix text, but game code can override if some other format is wanted.

showGroupSuffix (pov, lst)lister.t[691]
Display our group suffix.

showList (lister, lst)OVERRIDDENlister.t[694]
Show our list of items (lst) using lister.

Adv3Lite Library Reference Manual
Generated on 13/06/2025 from adv3Lite version 2.2.1